From: Ævar Arnfjörð Bjarmason Date: Sun, 8 May 2005 04:11:32 +0000 (+0000) Subject: * Removing /* private */ comment, already specified in the phpdoc X-Git-Tag: 1.5.0alpha2~271 X-Git-Url: http://git.cyclocoop.org/%22.%24info%5B?a=commitdiff_plain;h=6d75cf8ca5ed60f10356310d308e9b20414d42e3;p=lhc%2Fweb%2Fwiklou.git * Removing /* private */ comment, already specified in the phpdoc --- diff --git a/includes/Image.php b/includes/Image.php index ec21f8c567..d5412d7d04 100644 --- a/includes/Image.php +++ b/includes/Image.php @@ -650,7 +650,7 @@ class Image * @return ThumbnailImage * @access private */ - function /* private */ renderThumb( $width, $useScript = true ) { + function renderThumb( $width, $useScript = true ) { global $wgUseSquid, $wgInternalServer; global $wgThumbnailScriptPath, $wgSharedThumbnailScriptPath; @@ -721,7 +721,7 @@ class Image * * @access private */ - function /*private*/ reallyRenderThumb( $thumbPath, $width, $height ) { + function reallyRenderThumb( $thumbPath, $width, $height ) { global $wgSVGConverters, $wgSVGConverter, $wgUseImageMagick, $wgImageMagickConvertCommand;